home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 357_01 / cstar1.exe / BADIF.PP < prev    next >
Encoding:
Text File  |  1991-11-15  |  71 b   |  6 lines

  1. #if a && 1
  2. "a is less than 1"
  3. #else
  4. "a is not less than 1"
  5. #endif
  6.